derelict.glib.gdir

Undocumented in source.

Members

Aliases

GDir
alias GDir = _GDir
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_dir_close
alias da_g_dir_close = void function(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_dir_open
alias da_g_dir_open = GDir* function(const(gchar)* path, guint flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_dir_read_name
alias da_g_dir_read_name = const(gchar)* function(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_dir_rewind
alias da_g_dir_rewind = void function(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_dir_close
void g_dir_close(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dir_open
GDir* g_dir_open(const(gchar)* path, guint flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dir_read_name
const(gchar)* g_dir_read_name(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dir_rewind
void g_dir_rewind(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_dir_close
da_g_dir_close g_dir_close;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dir_open
da_g_dir_open g_dir_open;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dir_read_name
da_g_dir_read_name g_dir_read_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_dir_rewind
da_g_dir_rewind g_dir_rewind;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GDir
struct _GDir
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta